Depend on bsdextrautils, for hexdump (used during testing)
authorSimon McVittie <smcv@debian.org>
Mon, 10 Aug 2020 10:19:40 +0000 (11:19 +0100)
committerSimon McVittie <smcv@debian.org>
Mon, 10 Aug 2020 10:48:24 +0000 (11:48 +0100)
* Add to Build-Depends
* Add to ostree-tests Depends
* Allow bsdmainutils (<< 12) as an alternative, for backports

debian/changelog
debian/control

index a111abf4e28e7e822a64c063efc1482416aa2349..c768f0c4bd17057b8b50ad2d132732d87d3e39a8 100644 (file)
@@ -1,3 +1,12 @@
+ostree (2020.4-2) UNRELEASED; urgency=medium
+
+  * Depend on bsdextrautils, for hexdump (used during testing)
+    - Add to Build-Depends
+    - Add to ostree-tests Depends
+    - Allow bsdmainutils (<< 12) as an alternative, for backports
+
+ -- Simon McVittie <smcv@debian.org>  Mon, 10 Aug 2020 11:19:27 +0100
+
 ostree (2020.4-1) unstable; urgency=medium
 
   * New upstream release
index 012e82358d6897e995a36322d3b2400ad62d3676..6eb40a689ceb1251fa7a180309b07bf8310cfdd9 100644 (file)
@@ -11,6 +11,7 @@ Build-Depends:
  autoconf,
  automake,
  bison,
+ bsdextrautils <!nocheck> | bsdmainutils (<< 12) <!nocheck>,
  ca-certificates,
  cpio,
  debhelper-compat (= 12),
@@ -179,11 +180,11 @@ Description: libostree boot loader and initramfs integration
   - the boot loader must be one that is supported by libostree, currently
     GNU GRUB 2, syslinux/extlinux or Das U-Boot
 
-
 Package: ostree-tests
 Architecture: linux-any
 Depends:
  attr,
+ bsdextrautils | bsdmainutils (<< 12),
  ca-certificates,
  cpio,
  fuse,